# Apply the COPR configuration
apply-copr:
  coprctl apply -f ./package.yml

# Build the package on COPR
build-copr:
  copr build-package '{{cookiecutter.copr}}' --name '{{cookiecutter.crate}}'

